// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Gus Glasser','Aisle 5','Atlanta, GA','Friday','7/11/2025','8:00 PM','7239685','Gus-Glasser-7-11-2025'],['K-Pop Rave','Aisle 5','Atlanta, GA','Saturday','7/12/2025','9:00 PM','7171602','K-Pop-Rave-7-12-2025'],['Isaiah Falls','Aisle 5','Atlanta, GA','Wednesday','7/16/2025','8:00 PM','7151444','Isaiah-Falls-7-16-2025'],['Dear Silas','Aisle 5','Atlanta, GA','Thursday','7/17/2025','9:00 PM','7083825','Dear-Silas-7-17-2025'],['Vegyn','Aisle 5','Atlanta, GA','Friday','7/18/2025','9:00 PM','7239630','Vegyn-7-18-2025'],['Kobanova','Aisle 5','Atlanta, GA','Saturday','7/26/2025','8:00 PM','7198690','Kobanova-7-26-2025'],['Flau'jae','Aisle 5','Atlanta, GA','Wednesday','7/30/2025','8:00 PM','7231880','Flau-jae-7-30-2025'],['Michael Seyer','Aisle 5','Atlanta, GA','Thursday','7/31/2025','8:00 PM','7140148','Michael-Seyer-7-31-2025'],['Erin Kinsey','Aisle 5','Atlanta, GA','Saturday','8/9/2025','8:00 PM','7140165','Erin-Kinsey-8-9-2025'],['This Paranormal Life','Aisle 5','Atlanta, GA','Monday','8/11/2025','7:00 PM','7155252','This-Paranormal-Life-8-11-2025'],['Charlotte Lawrence','Aisle 5','Atlanta, GA','Wednesday','8/13/2025','8:00 PM','7123810','Charlotte-Lawrence-8-13-2025'],['Old Mervs','Aisle 5','Atlanta, GA','Thursday','8/14/2025','8:00 PM','7073518','Old-Mervs-8-14-2025'],['Yuno','Aisle 5','Atlanta, GA','Sunday','9/7/2025','7:00 PM','7157579','Yuno-9-7-2025'],['Yaya Bey','Aisle 5','Atlanta, GA','Tuesday','9/16/2025','8:00 PM','7113104','Yaya-Bey-9-16-2025'],['Maris & Caroline Kingsbury','Aisle 5','Atlanta, GA','Saturday','9/20/2025','8:00 PM','7193818','Maris---Caroline-Kingsbury-9-20-2025'],['Ni/Co','Aisle 5','Atlanta, GA','Tuesday','9/23/2025','8:00 PM','7198670','Ni-Co-9-23-2025'],['Nihilistic Easyrider','Aisle 5','Atlanta, GA','Saturday','9/27/2025','8:00 PM','7239660','Nihilistic-Easyrider-9-27-2025'],['Noah Floersch','Aisle 5','Atlanta, GA','Tuesday','9/30/2025','8:00 PM','7208921','Noah-Floersch-9-30-2025'],['Pile','Aisle 5','Atlanta, GA','Friday','10/3/2025','8:00 PM','7155793','Pile-10-3-2025'],['Midnight Generation','Aisle 5','Atlanta, GA','Friday','10/24/2025','8:00 PM','7152477','Midnight-Generation-10-24-2025'],['Rocket - Band','Aisle 5','Atlanta, GA','Tuesday','11/4/2025','7:00 PM','7161982','Rocket---Band-11-4-2025'],['Teethe','Aisle 5','Atlanta, GA','Tuesday','12/2/2025','7:00 PM','7143768','Teethe-12-2-2025']],'The Five Spot','http://www.ticketnetwork.com/ticket/The-Five-Spot-events.aspx');